home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / ASP / ASPapp Portal / i_header.asp < prev    next >
Text File  |  2002-03-13  |  3KB  |  84 lines

  1. <%
  2. %>
  3. <%
  4.  
  5.  
  6.  
  7.  
  8.  
  9. do_search = request("do_search")
  10. ''' request form keys
  11. ''' request action
  12. action = lcase(request("action"))
  13. ''' action case handler
  14. select case action
  15.  
  16. end select
  17.  
  18. '  no action was specified, so handle the default case(s)
  19.  
  20. %>
  21.  
  22.  
  23.         <% 
  24.  
  25. skin_number = request("skin_number")
  26. if skin_number <> "" then session("skin_number") = skin_number
  27.  
  28. %>
  29.  
  30. <html>
  31. <head>
  32. <title>ASPapp.com Portal | Freeware version</title>
  33. <meta name="generator" content="aspapp.com">
  34. <meta name="keywords content=".asp active server database free portal source code links content managment web site application">
  35. <meta http-equiv="cache-control" content="no-cache">
  36. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  37. <link rel=stylesheet type="text/css" href="default<% =session("skin_number") %>.css">
  38. <script LANGUAGE="JavaScript">
  39.     function openWindow(theURL,winName,features) {
  40.         if (winName.window) winName.focus;
  41.         popupWin = window.open(theURL,winName,features)
  42.         popupWin.focus;
  43.     }
  44. </script>
  45. </head>
  46.  
  47. <body leftmargin=0 topmargin=0>
  48. <TABLE cellpadding=0 cellspacing=0 bgcolor="#FFFFFF" width='100%'>
  49.     <tr valign=absmiddle>
  50.         <td style="{padding:0px;}"><A href='default.asp'><img src="images/g_topleft.gif" width=140 height=30 border=0 alt="demonstration portal" align="absmiddle"></A></td>
  51.         <td style="{text-align:center;vertical-align:middle;}">
  52.         <!--
  53.         <a href='' class=red>links</a>  
  54.         <a href='' class=red>articles</a>  
  55.         <a href='' class=red>news</a>  
  56.         <a href='' class=red>forums</a>  
  57.         <a href='' class=red>marketplace</a>  
  58.         <a href='' class=red>classifieds</a>  
  59.         <a href='' class=red>gallery</a>  
  60.         <a href='' class=red>submit</a>  
  61.         -->
  62.         </td>
  63.         <td style="{text-align:right;vertical-align:middle;}"><!--<a href='' class=red>login</a>  --></td>
  64.     </tr>
  65. </TABLE>
  66. <TABLE cellpadding=0 cellspacing=0 width='100%'>
  67.     <tr valign=top>
  68.         <td colspan=2 bgcolor="#333333" style="{padding:0px;}"><img src="images/pix.gif" width=640 height=1 border=0></td>
  69.     </tr>
  70.     <tr valign=top>
  71.         <td style="{padding:0px;width:25px;}"><img src="images/g_topbarleft.gif" width=25 height=25 border=0 alt=""></td>
  72.         <td bgcolor="#999999" style="{padding:0px;background-image:url('images/g_topbarback.gif');text-align:right;width:'99%'}"><img src="images/pix.gif" width=500 height=25 border=0 alt=""><A href='http://www.aspapp.com'><img src="images/g_aspapp.gif" width=53 height=25 border=0 alt="customizable database-driven applications for the web"></A></td>
  73.     </tr>
  74. </TABLE>
  75.  
  76. <TABLE>
  77.     <tr valign=top>
  78.         <td style="{padding:20px;}">
  79.  
  80.  
  81.  
  82.  
  83.  
  84.